projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c88a7f8
)
(delete-blank-lines): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 7 Jun 1994 07:47:24 +0000
(07:47 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 7 Jun 1994 07:47:24 +0000
(07:47 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index b55487968e660bee3f5f83b9dead1117a649321f..484b217c5fa81f0dfa3bece0b6e8bfc2b12592e4 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-134,7
+134,7
@@
Leave one space or none, according to the context."
(defun delete-blank-lines ()
"On blank line, delete all surrounding blank lines, leaving just one.
On isolated blank line, delete that one.
-On nonblank line, delete a
ll blank lines that follow it
."
+On nonblank line, delete a
ny immediately following blank lines
."
(interactive "*")
(let (thisblank singleblank)
(save-excursion